/*	页面公共样式表
	QiangFatMan 桂林航天工业学院
 */

body {
    font-family: "Microsoft YaHei", 微软雅黑, tahoma, arial, simsun, 宋体, serif;
    /*margin: 0;*/
    /*overflow: inherit;*/
    /*width: 100%;*/
    /*overflow-x: hidden*/
    font-size: 16px;
}

/* 响应式 小于分辨率725px*/
@media only screen and (max-width: 770px) {
    /*移动端通用边距*/
    .common_ma1 {
        padding: 5px 5px 5px 5px;
    }
}

/* 响应式 大于分辨率1024px*/
@media only screen and (min-width: 770px) {
    /*首页图片新闻 图片间隔*/
    .card {
        margin-bottom: 0;
    }
}

/*li样式*/
li {
    /*不显示圆点*/
    list-style-type: none;
}

/*从这里开始，就是蓝天概况中的样式内容*/
/*蓝天概况 - 栏目列表外框*/
.user-panel {
    border: 1px solid #ddd;
    border-bottom: 0;
    font-size: 20px;
    line-height: 40px;
    color: #333;
}

/*蓝天概况 - 顶部标题*/
.user-panel-title {
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    text-align: center;
    font-size: 17px;
    line-height: 50px;
}

/*蓝天概况 - 菜单*/
.user-panel-item {
    /*background-color: #ffffff;*/
    border-bottom: 1px solid #ddd;
    text-align: center;
    font-size: 17px;
    line-height: 50px;
    width: 100%;
}

.user-panel-item:hover {
    -moz-box-shadow: 1px 1px 10px #888888; /* 老的 Firefox */
    box-shadow: 1px 1px 10px #888888;
    border-bottom: 1px solid #ddd;
    text-align: center;
    font-size: 17px;
    line-height: 50px;

    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;

}

.user-panel-item-action {
    height: 2px;
    background-color: #0a67fb;
}

.user-panel a:hover {
    text-decoration: underline;
}

.user-panel a:link {
    color: #000000;
    text-decoration: none;
}

.user-panel a:visited {
    color: #000000;
    text-decoration: none;
}

/*右侧内容*/
.cm-title {
    font-size: 23px;
}

.cm-hr {
    margin-top: 10px;
}

.cm-title-right {
    font-size: 14px;
    float: right;
    margin-top: -9px;
}

/*首页通知公告 行*/
.info_box {
    padding: 0 0 15px 0;
    display: flex;
}

.info_box_ss {
}

.info_box_date_m {
    background-color: #2a74ea;
    height: 25px;
    width: 35px;
    color: #FFFFFF;
    text-align: center;
    font-size: 13px;
    line-height: 25px;
    border-radius: 5px 5px 0 0;
}

.info_box_date_d {
    background-color: #dc322f;
    height: 25px;
    width: 35px;
    color: #FFFFFF;
    text-align: center;
    font-size: 13px;
    line-height: 25px;
    border-radius: 0 0 5px 5px;
}

.info_box_title {
    margin: 0 0 5px 5px;
    margin-top: -10px;
    height: 15px;

}

.info_box_title > p {
    margin-top: -10px;
    line-height: 17px;
}

/*返回顶部按钮*/
.top_menu {
    z-index: 666;
    position: fixed;
    right: 20px;
    bottom: 100px;
}

/*首页文章列表框*/
.index_box {
    margin: 0;
    width: 100%;
    min-height: 100px;
    padding: 5px 5px 5px 5px;
}

.index_box_heard > h3 {
    color: #e8340d;
    float: left;
    display: flex;
}

.index_box_more {
    color: #000000;
    float: right;
    margin-top: 20px;
}

.index_box > hr {
    margin-top: 50px;
}
